home *** CD-ROM | disk | FTP | other *** search
/ System Booster / System Booster.iso / Virushunter / BootJob / BootJob.English-Doc < prev    next >
Text File  |  1996-09-26  |  8KB  |  195 lines

  1.  
  2.  
  3. ##################################################################
  4. ##                                                              ##
  5. ##    D O C U M E N T A T I O N  ->   'B O O T J O B  V1.3'     ##
  6. ##                                                              ##
  7. ##################################################################
  8. ##                                                              ##
  9. ##  BOOTJOB V1.3 IS SHAREWARE !  IF YOU`RE GONNA USE IT, SEND   ##
  10. ##      ME A SHAREWARE-FEE OF DM 10 , OR  US$ 7 DOLLAR.         ##
  11. ##                                                              ##
  12. ##   MICHAEL BIALAS, FREIBURGERSTR.2, 6200 WIESBADEN, GERMANY   ##
  13. ##                                                              ##
  14. ##################################################################
  15. ##                                                              ##
  16. ## ALL USERS, WHO WILL PAY THEIRE SHAREWARE-FEE AND WANT TO GET ##
  17. ## THE LATEST VERSION OF BOOTJOB,SHOULD INCLUDE US$ 3 DOLLAR OR ##
  18. ## DM 5,- FOR DISK AND POSTAGE.                                 ##
  19. ## I DO NOT PAY ANY POSTAGE & DISK-COSTS ANYMORE !!!!           ##
  20. ##                                                              ##
  21. ##################################################################
  22. ##                                                              ##
  23. ##  V1.0 (02.6.92) BootBlock Utility with LoadFile-SaveFunction ##
  24. ##                 first public release (FishDisk/Kickstart)    ##
  25. ##                                                              ##
  26. ##  V1.1 (05.1.93) Error in save Boot as Execute Prog. removed  ##
  27. ##                 Use of 2 absolute Adr. may crash your System ##
  28. ##                                                              ##
  29. ##  V1.2 (09.1.93) SubRoutine to check all connected Drives and ##
  30. ##                 GT-CycleGadget for selecting Drive installed.##
  31. ##                                                              ##
  32. ##  V1.3 (17.1.93) ErrorRequester installed, Code optimized.    ##
  33. ##                                                              ##
  34. ##                                                              ##
  35. ##################################################################
  36.  
  37. -----------------------------------------------------------------------------
  38. INTRODUTION
  39. -----------------------------------------------------------------------------
  40.  
  41. What is 'BOOTJOB' ?
  42.  
  43. 'BOOTJOB' is a very useful BootBlock-Utility. With `BOOTJOB` you are able to
  44. store,copy,install,view,execute or save as excutable every DiskBootBlock.
  45.  
  46. BOOTJOB V1.3 REQUIRES AMIGA-OS2.0 + ASL.LIBRARY
  47.  
  48. The most powerful function is to save any Bootblock as a executable CLI-File.
  49. Now you can run every Boot-Util,Viruschecker,Game,Loader from your CLI.
  50. Especially when you want to run another Tool, before the Mainprogram starts.
  51. (examples: NoFastmem,Nochipmem,Monitor...)
  52.  
  53. Many Bootprogs. won`t work correctly under Amiga OS2.x (Systemcrash!).
  54. Therefore you are able to save these Bootblocks as a executable File and run
  55. it under DOS1.3 !!!
  56.  
  57.  
  58. -----------------------------------------------------------------------------
  59. Programmers Info
  60. -----------------------------------------------------------------------------
  61.  
  62. Also self-written Bootblocks can be installed to Disk. As long as the 
  63. DOS-ID (`DOS`,0,$370) is included in the BootBlockfile.
  64. Just load the File with the `LOAD FILE->BUFFER`-Gadget and install it on
  65. your Disk. The new BootChecksum will be calculated by `BOOTJOB`.
  66.  
  67.  
  68. -----------------------------------------------------------------------------
  69. Distribution-Info
  70. -----------------------------------------------------------------------------
  71.  
  72. It is allowed to distribute `BOOTJOB` in anyway (Disks/BBS`s...), when no
  73. change is made to the original Files.
  74. The following files MUST BE included on the Distribution-Disk.
  75.  
  76. Bootjob
  77. Bootjob.info
  78. Bootjob.English-Doc
  79. Bootjob.English-Doc.info
  80. Bootjob.Deutsch-Dok
  81. Bootjob.Deutsch-Dok.info
  82. BootBlocks (Directory with 33 BootBlocks)
  83. BootBlocks/NewBootblocks (SubDirectory with 13 new BootBlocks)
  84. BootBlock.info
  85.  
  86.  
  87. -----------------------------------------------------------------------------
  88. Getting started
  89. -----------------------------------------------------------------------------
  90.  
  91. You can start 'BOOTJOB' by double-clicking on its Workbench-Icon or from
  92. CLI with its Filename. If you`re using `Run BOOTJOB`, then you are able to
  93. use your Cli as long as you type `Endcli`.
  94.  
  95. After loading `BOOTJOB`, it will open up a Window with many Gadgets which 
  96. will be explained now.
  97.  
  98. Important !!! Don`t forget !!! New in this version !!! 
  99. The BootBlock-Actions Copy & Read-Boot will always be performed on the 
  100. current Workdrive. You can change the drive by pressing the Gadget.
  101.  
  102.  
  103. -----------------------------------------------------------------------------
  104. GadgetFunctions
  105. -----------------------------------------------------------------------------
  106.  ___________________
  107. |                   |
  108. | READ BOOT->BUFFER | READ BOOTBLOCK FROM DISK IN DF0: TO BUFFER.
  109. |___________________| CURRENT BUFFER-CONTENTS WILL BE OVERWRITTEN.
  110.  ___________________
  111. |                   |
  112. | COPY BUFFER->BOOT | INSTALL CURRENT BUFFER AS BOOTBLOCK TO DISK IN DF0:
  113. |___________________| 
  114.  ___________________
  115. |                   |
  116. | SAVE BUFFER->FILE | STORE CURRENT BUFFER AS FILE (FILEREQ. WILL APPEAR)
  117. |___________________| 
  118.  ___________________
  119. |                   |
  120. | LOAD FILE->BUFFER | LOAD BOOTBLOCK-FILE INTO BUFFER (FILEREQ. WILL APPEAR)
  121. |___________________| CURRENT BUFFER-CONTENTS WILL BE OVERWRITTEN.
  122.  ___________________
  123. |                   |
  124. | SAVE BUFFER->PROG | SAVE CURRENT BUFFER AS EXECUTABLE CLI-FILE
  125. |___________________| (FILEREQ. WILL APPEAR)
  126.  ___________________
  127. |                   |
  128. | EXECUTE    BUFFER | EXECUTE BOOTPROGRAM OF THE CURRENT BUFFER
  129. |___________________| (NOT EVERY BOOTPRG. WORKS CORRECTLY UNDER OS2.x)
  130.  ___________________  BOOTLOADER ARE USING THE DISK IN THE CURRENT WORKDRIVE
  131. |                   |
  132. | ASCII DUMP-BUFFER | VIEW CURRENT BUFFER AS ASCII-DUMP.
  133. |___________________|
  134.  ___________________
  135. |                   |
  136. | WORKDRIVE DF0-DF3 | THIS GADGET SETS THE NEW WORKDRIVE FOR ALL FOLLOWING 
  137. |___________________| OPERATION WITH BOOTJOB.
  138.  ___________________
  139. |                   |
  140. | *>ABOUT BOOTJOB<* | INFORMATIOS ABOUT `BOOTJOB V1.3`.
  141. |___________________|
  142.  
  143.  
  144. -----------------------------------------------------------------------------
  145. Bootblocks
  146. -----------------------------------------------------------------------------
  147.  
  148. Also included is a Drawer with 32 Bootblock-Files, taken from the BootX
  149. BootBlock-Library. (Utils/Viruschecker/DosBootblocks)
  150.  
  151. Greetings to Peter Stuer
  152.  
  153.  
  154. -----------------------------------------------------------------------------
  155. New Bootblocks
  156. -----------------------------------------------------------------------------
  157.  
  158. I`ve included a new drawer with 13 different Bootblocks. You find it as a
  159. Subdirectory in the Bootblocks drawer.
  160.  
  161.  
  162. -----------------------------------------------------------------------------
  163. Other things
  164. -----------------------------------------------------------------------------
  165.  
  166. Be careful ,If you don`t know what a kind of Bootblock is in the Buffer or
  167. on the Disk. BootBlock-Viruses can be activated by selecting the 
  168. `EXECUTE BUFFER`-Gadget.
  169.  
  170. Also the saving as excutable CLI-File (SAVE BUFFER->PROG) can be unpleasant,
  171. when running the File from the CLI.
  172.  
  173. Better to check Disks including unknown Bootblocks with a Viruschecker.
  174.  
  175.  
  176. -----------------------------------------------------------------------------
  177. Disclaimer
  178. -----------------------------------------------------------------------------
  179.  
  180. The author cannot be held liable for the suitability or accuracy of `BOOTJOB`
  181. Any damage directly or indirectly caused by the use or misuse of `BOOTJOB`
  182. is the sole responsibility of the user her/him self.
  183.  
  184. Don`t get shocked...
  185.  
  186. Before releasing `BOOTJOB V1.3` has been tested several times. Under correct
  187. and responsible use `BOOTJOB` cant cause any damage.
  188.  
  189.  
  190. -----------------------------------------------------------------------------
  191. -----------------------------------------------------------------------------
  192. 17/1/1993 M.Bialas 
  193. -----------------------------------------------------------------------------
  194. -----------------------------------------------------------------------------
  195.